Call Application Listener
Interface for the application to receive call backs for Call operations.
After receiving the instance of CallServiceInterface implementation, this listener must be assigned.
CallApplicationListener listener = null; // assign to custom implementation
*
CallServiceInterface callService = ServiceProvider.getInstance().getCallService();
*
callService.setCallEventsListener(listener);
*
Since
2.0.0
Functions
Triggered when a detailed information is available that can be used on statistics
Triggered when status of call changed to hold, end, unhold etc.
This method is invoked when endCall has failed. This is the call back method for the endCall request
This method is invoked when endCall has succeeded. This is the call back method for the endCall request
Triggered when an error occurred related to the call service
Triggered when an error occurred related to a call
This method is invoked when establishCall has failed.
This method is invoked when establishCall has succeeded.
Method invoked when attempt to hold a call has failed.
Method invoked when attempt to hold a call has succeeded.
This is the call back method for any call's media attributes change on the CallDelegate.
Method invoked when attempt to mute a call has failed.
Method invoked when attempt to mute a call has succeeded.
This method is invoked when progress in call life-cycle changes.
This method is invoked when sending the custom SIP headers has failed.
This method is invoked when sending the custom SIP headers has succeeded.
Method invoked when attempt to hold a call has failed.
Method invoked when attempt to hold a call has succeeded.
Method invoked when attempt to unmute a call has failed.
Method invoked when attempt to unmute a call has succeeded.
The method that is called when an attempt to video mute fails in a call.
The method that is called when an attempt to video mute succeeded in a call.
Method invoked when attempt to start video on a call has failed.
Method invoked when attempt to start video on a call has succeeded.
Method invoked when attempt to stop video on a call has failed.
Method invoked when attempt to stop video on a call has succeeded.
The method that is called when an attempt to video unMute failed in a call.
The method that is called when an attempt to video unMute succeeded in a call.